home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 118 / MacAddict 118 2006-06.toast / Software / Productivity / Yojimbo 1.1 (trial).dmg / Yojimbo.app / Contents / Resources / English.lproj / OGNoteEditor.toolbar < prev    next >
Extensible Markup Language  |  2006-02-28  |  1KB  |  41 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>AllowedItemIdentifiers</key>
  6.     <array>
  7.         <string>NSToolbarShowColorsItem</string>
  8.         <string>NSToolbarShowFontsItem</string>
  9.         <string>OGToggleInspector</string>
  10.         <string>NSToolbarPrintItem</string>
  11.         <string>NSToolbarSeparatorItem</string>
  12.         <string>NSToolbarSpaceItem</string>
  13.         <string>NSToolbarFlexibleSpaceItem</string>
  14.         <string>NSToolbarCustomizeToolbarItem</string>
  15.     </array>
  16.     <key>AllowsUserCustomization</key>
  17.     <true/>
  18.     <key>AutoSavesConfig</key>
  19.     <true/>
  20.     <key>DefaultItemIdentifiers</key>
  21.     <array>
  22.         <string>NSToolbarShowFontsItem</string>
  23.         <string>NSToolbarShowColorsItem</string>
  24.     </array>
  25.     <key>ToolbarIdentifier</key>
  26.     <string>OGNoteEditor</string>
  27.     <key>ToolbarItems</key>
  28.     <dict>
  29.         <key>OGToggleInspector</key>
  30.         <dict>
  31.             <key>Action</key>
  32.             <string>toggleInspectorPanelShown:</string>
  33.             <key>Image</key>
  34.             <string>GetInfo</string>
  35.             <key>Label</key>
  36.             <string>Inspect</string>
  37.         </dict>
  38.     </dict>
  39. </dict>
  40. </plist>
  41.